From: Trevor Parscal Date: Mon, 5 Mar 2012 23:14:58 +0000 (+0000) Subject: Added "Rekonq" to list of known browsers, which prevents it from being considered... X-Git-Tag: 1.31.0-rc.0~24378 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=eb8e7b2527ec67e66185737eebe4c57db4d2d95e;p=lhc%2Fweb%2Fwiklou.git Added "Rekonq" to list of known browsers, which prevents it from being considered to be Safari. Whoever chose to make the user agent of this browser look like Safari 2.0 is an idiot. This should sort out bug #34924 --- diff --git a/resources/jquery/jquery.client.js b/resources/jquery/jquery.client.js index ae74a32411..493d4b0739 100644 --- a/resources/jquery/jquery.client.js +++ b/resources/jquery/jquery.client.js @@ -72,7 +72,7 @@ // Names of known browsers var names = [ 'camino', 'chrome', 'firefox', 'netscape', 'konqueror', 'lynx', 'msie', 'opera', 'safari', 'ipod', - 'iphone', 'blackberry', 'ps3' + 'iphone', 'blackberry', 'ps3', 'rekonq' ]; // Tanslations for conforming browser names var nameTranslations = [];